-
Notifications
You must be signed in to change notification settings - Fork 4
fix: switch Prow clone_uri to HTTPS to resolve permission error #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Shivansh Sahu <[email protected]>
|
Hi @shivansh-gohem. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cc @MikeSpreitzer could you please review! |
|
@MikeSpreitzer @clubanderson could you please review!! |
|
/lgtm |
|
Thank you @shivansh-gohem - we appreciate your help |
|
/ok-to-test |
|
@shivansh-gohem: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Fixes kubestellar/kubestellar#3552
Description
This PR updates the Prow configuration to use HTTPS cloning (
https://github.com/...) instead of SSH. This resolves thePermission denied (publickey)error caused by missing SSH secrets in the CI environment.This implements the solution suggested by @elskow in the issue discussion.
Changes
clone_uriin.prow.yamlto use HTTPS.clone_uriinprow/jobs/kubestellar/infra/infra-postsubmits.yamlto use HTTPS.